ComponentOne ASP.NET MVC Controls
OnClientSelectedIndexChanged Property (ComboBoxBase<T>)

C1.Web.Mvc Namespace > ComboBoxBase<T> Class : OnClientSelectedIndexChanged Property
Occurs when the value of the SelectedIndex property changes.
Syntax
'Declaration
 
<JsonAttribute(True, 
   1, 
   "selectedIndexChanged")>
Public Overridable Property OnClientSelectedIndexChanged As String
[Json(true, 
   1, 
   "selectedIndexChanged")]
public virtual string OnClientSelectedIndexChanged {get; set;}
See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members